home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000065_dave.lloyd@aah.co.uk_Tue Dec 16 09:36:51 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!nntp1.tagonline.com!nycmny1-snf1.gtei.net!news.gtei.net!colt.net!news.maxwell.syr.edu!postnews1.google.com!not-for-mail
  2. From: dave.lloyd@aah.co.uk (DaveL)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: HTTPS PUT file transfer failure
  5. Date: 16 Dec 2003 04:41:42 -0800
  6. Organization: http://groups.google.com
  7. Lines: 25
  8. Message-ID: <36c7c5aa.0312160441.101f69b5@posting.google.com>
  9. NNTP-Posting-Host: 194.196.232.14
  10. Content-Type: text/plain; charset=ISO-8859-1
  11. Content-Transfer-Encoding: 8bit
  12. X-Trace: posting.google.com 1071578502 20355 127.0.0.1 (16 Dec 2003 12:41:42 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Tue, 16 Dec 2003 12:41:42 +0000 (UTC)
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14746
  16.  
  17. Hi
  18.  
  19. I'm trying to use the kermit (C-kermit 8, builds 8.0.209 and 8.0.210
  20. built with openssl on aix433) https personality to put a file onto a
  21. server outside my company... I get 2 different responses, neither of
  22. which are successful:
  23.  
  24. Either:
  25. ..210
  26. the connection is established and the file is transferred but the
  27. connection won't close (I'm trying to do it all in one line to avoid
  28. all the opening and closing steps that kermit should handle
  29. internally:
  30. "http PUT myfile https://a.b.c.d/TheirPath/theirfile"
  31.  
  32. Or:
  33. in ver ..209
  34. Connection made, file reports as being transferred , connection
  35. closes... file is not transferred.
  36.  
  37. What am I missing here???
  38.  
  39. Help please!
  40.  
  41. Dave
  42.